Media Pro - Mobile Buttons Not Displaying
Using Jamroom
No problem, glad it fixed it for you.
/* Tablets */
@media only screen and (max-width: 1025px) {
input[type=submit], input[type=reset], input[type=button] {
-webkit-appearance: none;
}
.page_tab {
font-size: 14px;
}
.page_section_header {
border-bottom: 0;
margin-bottom: 9px;
}
}
/* Tablets */
@media only screen and (max-width: 1025px) {
input[type=submit], input[type=reset], input[type=button] {
-webkit-appearance: none;
}
.page_tab {
font-size: 14px;
}
.page_section_header {
border-bottom: 0;
margin-bottom: 9px;
}
#wrapper {
margin: 0;
padding: 0;
padding-top: 68px;
}
}